From 6ed89c514ba0a5723299af357620342f1d471677 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 20 Oct 2011 13:18:19 +0200 Subject: [PATCH] win32: fix typo in msw_style.c https://bugzilla.gnome.org/show_bug.cgi?id=647460 --- modules/engines/ms-windows/msw_style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index ca7d38ff68..97fb2f3826 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -853,7 +853,7 @@ setup_system_styles (GtkStyle *style) sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_GRAYTEXT, &style->fg[GTK_STATE_INSENSITIVE]); sys_color_to_gtk_color (XP_THEME_CLASS_BUTTON, COLOR_BTNTEXT, - &style->bg[GTK_STATE_ACTIVE]); + &style->fg[GTK_STATE_ACTIVE]); sys_color_to_gtk_color (XP_THEME_CLASS_WINDOW, COLOR_WINDOWTEXT, &style->fg[GTK_STATE_PRELIGHT]); -- 2.30.2